home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / VMRPlayer / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.2 KB  |  30 lines

  1. Windows XP DirectShow Sample -- VMRPlayer
  2. -----------------------------------------
  3.  
  4. This sample demonstrates using the Video Mixing Renderer to blend
  5. one or two running videos and a static image.  
  6.  
  7. Begin by opening a primary video stream from the File menu.  If you
  8. would like to render a second file that will be alpha-blended with
  9. the primary file, then open a secondary video stream from the File menu.
  10.  
  11. To control size, position, and alpha blending properties of the 
  12. primary or secondary video, choose "Primary Stream" or "Secondary Stream"
  13. from the VMR Properties menu.  By default, the Primary stream will have
  14. an alpha value of 1.0 and the secondary stream will blend with an 
  15. alpha value of 0.5.  The properties dialogs are implemented as modal dialogs.
  16.  
  17. You may also overlay an alpha-blended static image by opening the 
  18. "Static App Image" option on the VMR Properties menu.  Enable the
  19. "Display App Image" checkbox to cause the image to appear.  By default,
  20. the image will be centered and will blend with an alpha value of 0.5.
  21.  
  22. NOTE: This sample requires Windows XP (or greater) functionality 
  23. and will exit on other systems.
  24.  
  25. Usage:
  26.     VMRPlayer </P filename>
  27.  
  28.     /P: Optional filename to automatically render and play at startup
  29.  
  30.